

  
  #bloc-custom .bloc{padding:4.25rem;}
  .pull-left{float:left!important}
  .pull-right{float:right!important}

  .form-signin a {color:#333333;}
  .blockg {width:100%;}
  .blockg .left-image{
      width:100%;
  }

  .divform{
      margin-top:50%;
      transform: translate(-50%,0);
  }
  .blocklogin{
      width: 100%;
      margin-left: 20%;
  }
  .headtitle h1{
    font-size:25px;
  }
  .container-img-article{
      width:100%;
      padding: 20px 0px 20px 0px;
      text-align: center;

  }
  .container-img-article img{
    width:auto;
    text-align: center;
    max-height:300px;
}

/*.car-points img{
    width:80%;
}*/

.fa-comment span{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    padding: 0px 8px 10px 4px;
}

.fa-thumbs-o-up span, .fa-thumbs-up span{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    padding: 0px 8px 10px 4px;
}

  .confirmation_form .row form{
      padding: 25px;
      border-radius: 7px;
      margin: 0 auto;
  }

  body#blog_post_show #post-add-comment {
      margin: 2em 0
  }

  body#blog_post_show #post-add-comment p {
      margin-bottom: 0
  }

  body#blog_post_show #post-add-comment p a.btn {
      margin-right: 0.5em
  }

  body#blog_post_show .post-comment {
      margin-bottom: 2em
  }

  body#blog_post_show .post-comment h4 {
      font-size: 13px;
      line-height: 1.42857;
      margin-top: 0
  }

  body#blog_post_show .post-comment h4 strong {
      display: block
  }

  /* Page: 'Comment form error'
     ------------------------------------------------------------------------- */
  body#comment_form_error h1.text-danger {
      margin-bottom: 1em
  }
  .well{
      min-height: 20px;
      padding: 19px;
      margin-bottom: 20px;
      background-color: #ecf0f1;
      border: 1px solid transparent;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }

  .cke_dialog_tabs {
    display: none !important;
}

.post-reaction {
    margin: 2rem 0;
}

.no-padding {
    padding: 0;
}

#post-add-comment {
    display:none;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
   /*width: 100%;*/
    height: 400px;
    margin: auto;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    color: #b2b2b2;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}
/*
#carousel-example2 {
    width: 300px;
    height: 350px;
  }
  
  .carousel-inner {
    height: 100%;
  }
  
  .carousel-item {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
  
  .carousel-item img {
    visibility: hidden;
  }*/

  .navbar-toggler {
      color: #b2b2b2 !important;
  }